Android 更新UI的幾種方式 1、Activity的 runOnUiThread textView = (TextView) findViewById( R.id.tv ); new Thread( ...